
.newsList li span{display: inline-block; *display: inline; zoom:1; }
/* index ========================================================================*/

/*wrap-content*/
.wrap-content .left{width:920px;}
.wrap-content .listLeft , .wrap-content .listRight{width:436px;overflow: hidden;float: left;}
.wrap-content .listRight{margin-left:40px;overflow: hidden;}

.wrap-content .right{width:240px;}

/*title*/
.wrap-content .title{margin-top: 10px; margin-top:24px\9; margin-bottom: 18px; margin-bottom: 16px\9; }
.wrap-content .title h3{font-size: 20px;border-left:4px solid #144d86;height: 24px;line-height: 20px;padding-left: 10px;overflow: hidden;}
.wrap-content .title a{line-height: 22px;color:#144d86;float:left;height: 24px;}
body .listRight .title h3>a{/* font-size:22px; *//* font-family: microsoft yahei; *//* line-height:22px; */}
.wrap-content .title span a{font-size: 12px;color:#999;float: left;}
.wrap-content .title i{background-position: center center}
.wrap-content .title span{float: right;width: 40px;position: relative;}
.wrap-content .title span:hover a{color:#144d86;}

/*Front_page*/
.Front_page {margin-bottom: 20px;}
.Front_page .picture{ width:312px; vertical-align: top ; line-height: 0; margin-right: 40px; }
.Front_page .picture img{width: 100%}
.Front_page .text{width:61%; vertical-align: top }
.Front_page .front_title{font-size: 22px;font-weight: bold;height: auto;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;/* margin-bottom: 12px; *//* line-height: 22px; */}
.Front_page .front_title a{color:#333;font-weight: bold;max-width: 560px;/* height: 34px; */display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;font-size: 16px;/* line-height: 1em; */}
.Front_page .front_title a:hover{color:#3689b9;}
.Front_page .view {display: block ; height:20px; line-height: 20px ; margin-top:10px;}
.Front_page .view i{background-position: center -180px; width:20px; height:20px; vertical-align: top ; margin-right: 10px;}


/*newsList*/
.half .newsList li{float: left;line-height: 26px;}
.newsList li a{width: 468px;padding-left:20px;background: url(icons.png) no-repeat -12px 6px;margin-bottom: 5px;display: block;}
.newsList li a:hover{background-position: -12px -38px;}
.newsList li a{width:100%; white-space: nowrap;}
.newsList li span{width:300px; overflow: hidden; text-overflow: ellipsis; vertical-align: middle ; }
.newsList .times{width:80px; text-align: right ; color:#999; margin-left:26px; }
.newsList .last{margin:0;}

.half .newsList ul{width:100%;}

/*half*/
.half{width: 49%}


/* Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ */
.journal {margin-top:30px; margin-bottom: 20px}
.journal img{border:6px solid #eee}

/* login */
#login input{width:100%; ; line-height: 36px; height:36px; border:1px solid #ddd; padding-left: 10px;}
#login .frame{margin-bottom:20px;}
#login .key:focus{color:#666; border-color: #7da1b3}

.login-wrap .login-entry a{width:70px; height:30px; line-height: 30px;  text-align: center; vertical-align: middle; }
.login-wrap .login-entry .btn{ margin-right:14px; font-size: 16px;}
.login-wrap .login-entry .login-btn{background:#144d86; color:#fff;}
.login-wrap .login-entry .register-btn{color:#144d86; border:1px solid #144d86;}
.login-wrap .login-entry .lost{width:auto ; border-bottom: 1px solid #3689b9; color:#3689b9; }


/* mall */
.mall{margin-top: 30px;}

/* end ========================================================================*/
.Front_page .text .textarea>p{
    max-height: 140px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    font-size: 12px;
    color:#999;
    }

